バージョン

LayoutManager(String,LayoutManagerModel,Object) メソッド

指定した id、モデルと html 属性で LayoutManager を描画します。
シンタックス
'宣言
 
Public Overloads Function LayoutManager( _
   ByVal id As System.String, _
   ByVal LayoutManagerModel As LayoutManagerModel, _
   ByVal htmlAttributes As System.Object _
) As System.Web.Mvc.MvcHtmlString
public System.Web.Mvc.MvcHtmlString LayoutManager( 
   System.string id,
   LayoutManagerModel LayoutManagerModel,
   System.object htmlAttributes
)

パラメータ

id
id。
LayoutManagerModel
レイアウト マネージャー モデル。
htmlAttributes
HTML 属性。

戻り値の型

HTML エンコードされた文字列
例外
例外解説
System.ArgumentNullException id または TileManagerModel
System.ArgumentExceptionThe exception that is thrown when one of the arguments provided to a method is not valid.
参照

オンラインで表示: GitHub